Extension point configuration
In component org.nuxeo.vision.core.service
Documentation
Used to the default behavior of the service
Contribution Descriptors
- Class: org.nuxeo.vision.core.service.VisionDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="configuration" target="org.nuxeo.vision.core.service"> <configuration> <pictureMapperChainName>javascript.PictureVisionDefaultMapper</pictureMapperChainName> <videoMapperChainName>javascript.VideoVisionDefaultMapper</videoMapperChainName> <defaultProviderName>google</defaultProviderName> </configuration> </extension>